@charset "UTF-8";
/* CSS Document */

/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
 
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight:normal;
	color: #000;
}
 
a:link {
	color: #d62229;
	text-decoration:none;
}
 
a:visited {
	color: #333;
}
 
a:hover, a:active {
	color: #d62229;
	text-decoration: underline;
}
 
h1 {
	color: #CA2128;
	font-size:26px;
	font-weight:bold;
    font-family: 'Open Sans Condensed',sans-serif;
}
 
h2 {
	color: #666;
	font-size:21px;
	font-weight: bold;
    font-family: 'Open Sans Condensed',sans-serif;
}
 
h3 {
	color: #666;
	font-size:16px;
	font-weight: bold;
}
 
h4 {
	color: #000;
	font-size: ;
}
 
ol {
	list-style-type: ;
}
 
ul {
	list-style-type: ;
}
 
li {
	margin: ;
}

.left {
	float:left;
}
 
.right {
	float:right;
}

.clear {
	clear:both;
}

.round-5 {
	border-radius: 5px; /* all corners have a radius of 5px */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote {}

